:root {
  --bs-body-line-height: 1.375;
}

@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.dhl.com/dhl-font/Delivery_W_Rg.woff) format("woff")
}

@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 700;
  src: url(https://www.dhl.com/dhl-font/Delivery_W_Bd.woff) format("woff")
}

@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 200;
  src: url(https://www.dhl.com/dhl-font/Delivery_W_Lt.woff) format("woff")
}

@font-face {
  font-family: Delivery;
  font-style: normal;
  font-weight: 800;
  src: url(https://www.dhl.com/dhl-font/Delivery_W_CdBlk.woff') format("woff")
}

@font-face {
  font-family: dhlicons;
  font-style: normal;
  font-weight: 400;
  src: url(https://www.dhl.com/dhl-font/Delivery_W_Rg.woff) format("woff")
}

html,body {
  font-family: "Delivery", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}

body {
  font-size: 1.25rem;
}

@media(min-width: 576px){.container,.container--lg{max-width: 540px}
}
@media(min-width: 768px){.container,.container--lg{max-width: 690px}
}
@media(min-width: 992px){.container,.container--lg{max-width: 960px}
}
@media(min-width: 1200px){.container,.container--lg{max-width: 1200px}
}

a {
  color: #d40511;
}

a:hover {
  color: #b1040e;
}

h2 {
  /* text-transform: uppercase; */
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.125;
  margin: 0 0 1.125rem;
  max-width: 500px;
  /* padding: 0; */
  /* color: #d40511; */
}

h3 {
  /* text-transform: uppercase; */
  /* font-weight: 900; */
  /* font-size: 3.5rem; */
  /* line-height: 1; */
  /* margin: 0; */
  /* padding: 0; */
}

h4 {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25;
  /* padding: 0; */
}

.btn {
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-padding-x: 1.875rem;
  font-weight: 700;
  --bs-btn-disabled-opacity: 1;
}


.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d40511;
  --bs-btn-border-color: #d40511;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b1040e;
  --bs-btn-hover-border-color: #b1040e;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d40511;
  --bs-btn-active-border-color: #d40511;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d40511;
  --bs-btn-disabled-border-color: #d40511;
}

nav {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  padding: 21px;
}

.nav-wrapper {
  background: rgb(255,204,0);
  background: linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,204,0,0) 100%);
}

nav .logo {
  padding: 30px 21px;
}

main {
  position: relative;
}

#carousel {
  background: url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7Bd387a201-a4b3-4cd2-8ccc-6c2bafa505e2%7D_banner_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  height: 600px;
}

#carousel .title {
  position: relative;
  top: 20%;
  left: 0;
  z-index: 2000;
}

#carousel h1 {
  margin: 0;
  font-size: 3.375rem;
  font-weight: 900;
  max-width: unset;
}

#carousel h1 div {
  display: inline-block;
  font-weight: 300;
  font-size: 2.5rem;
  margin: 0 0 30px 0;
  max-width: unset;
  line-height: 1.2;
}

#carousel .video-block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  @supports (mix-blend-mode: multiply) {
    opacity: 1;
    background: #666666;
    mix-blend-mode: multiply;
  }
  z-index: 2;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.hero-banner {
  height: 480px;
  width: 100%;
}

.padding-text {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.intro-text {
  max-width: 640px;
  /* margin: 0 auto; */
  margin: 0;
}

.section-key-demands p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.125;
}

/* swiper-perspectives */

.swiper-perspectives {
  position: relative;
  overflow: visible;
}

.swiper-perspectives .card-body {
  display: flex;
  flex-flow: column wrap;
}

.swiper-perspectives a {
  margin-top: auto;
  margin-right: auto;
}

.swiper-perspectives img {
  /* width: 283px; */
  /* height: auto; */
  /* min-height: 303px; */
}

.swiper-perspectives h5 {
  color: #d40511;
  font-weight: 700;
}

.swiper-perspectives .swiper-slide {
  /* padding: 40px 68px; */
  height: auto;
}

.swiper-perspectives .swiper2-button-next, .swiper-perspectives .swiper-rtl .swiper2-button-prev {
	right: 7px;
	background: #d40511 url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7Bec973784-ffea-4642-b1fd-96cd6e7de321%7D_slide-right-white.png) center center no-repeat;
	background-size: 13px 20px;
	width: 48px;
	height: 40px;
  position: absolute;
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 100;
  border-radius: 3px;
}
.swiper-perspectives .swiper2-button-prev, .swiper-perspectives .swiper-rtl .swiper2-button-next {
	left: 7px;
	background: #d40511 url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7B9eb3e9c6-e1af-4297-9b94-4d88e76683f3%7D_slide-left-white.png) center center no-repeat;
	background-size: 13px 20px;
	width: 48px;
	height: 40px;
  position: absolute;
  top: 50%;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 100;
  border-radius: 3px;
}

.swiper-perspectives .swiper2-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

.swiper-perspectives .swiper2-button-next.swiper-button-disabled {
  opacity: 0.35;
}

.bg-sectors-wrapper {
  background: rgb(255,204,0);
  background: linear-gradient(180deg, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 60%, rgba(254,246,218,1) 100%);
  margin-top: -104px;
  padding-top: 104px;
  position: relative;
  z-index: 1;
  padding-bottom: 4.375rem;
}

/* article swiper */

/* timeline */

.footer {
  background: #e6e6e6;
  /* color: #343A40; */
  padding: 3.125rem 0;
  font-size: 1.125rem;
  color: #808080;
}

.footer a {
  color: #808080;
  text-decoration: none;
}

.footer h3 {
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: none;
  margin: 0 0 1.25rem;
  color: #000;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 2.188rem 0.5rem 0;
}

.footer .linkedin,
.footer .twitter,
.footer .youtube,
.footer .instagram {
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  margin-right: 30px;
}

.footer .linkedin {
  background: url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7B16f389c9-0410-4249-9624-88e66cf67e25%7D_icon-linkedin.png) center center no-repeat;
  background-size: 26px 26px;
}

.footer .twitter {
  background: url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7Bca0b05f8-ea9b-4d37-9c7e-f8c4571d6e41%7D_icon-twitter.png) center center no-repeat;
  background-size: 26px 26px;
}

.footer .youtube {
  background: url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7Bea3e114e-cb25-405a-b3b3-79611c983e07%7D_icon-youtube.png) center center no-repeat;
  background-size: 26px 26px;
}

.footer .instagram {
  background: url(https://images.supplychain.dhl.com/EloquaImages/clients/DHLSupplyChainManagementGmbH/%7B87b6bb65-401f-4204-90ed-319551576a5d%7D_icon-instagram.png) center center no-repeat;
  background-size: 26px 26px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  #carousel h1 {
    font-size: 3rem;
  }
  #carousel h1 div {
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  #carousel h1 {
    font-size: 2.75;
  }
  #carousel h1 div {
    font-size: 2rem;
  }
  #carousel .optional {
    display: none;
  }
  .section-key-demands h3 {
      font-size: 1.6rem;
  }
  .section-key-demands h4 {
      font-size: 1.1rem;
  }
}

/* hero */
@keyframes zoomIn{from{transform: scale(100%,100%)}to{transform: scale(130%,130%)}}
@-webkit-keyframes zoomIn{from{transform: scale(100%,100%)}to{transform: scale(130%,130%)}}

/* Swiper Video Carousel */

@media screen and (max-width: 1199px) {
  .swiper-perspectives .swiper-slide.slide-1 p {
    padding-right: 0px;
  }
  .swiper-perspectives .swiper-slide.slide-2 p {
    padding-right: 0px;
  }
  .swiper-perspectives .swiper-slide.slide-3 p {
    padding-right: 0px;
  }
  .swiper-perspectives .swiper-slide.slide-4 p {
    padding-right: 0px;
  }
  .swiper-perspectives .swiper-slide.slide-5 p {
    padding-right: 0px;
  }
  .swiper-perspectives .swiper-slide .inner {
      padding-bottom: 160px;
  }
  .swiper-perspectives h3 {
      font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .swiper-perspectives .swiper-slide .inner {
      padding-bottom: 170px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-perspectives .swiper-slide .inner {
      font-size: 1.2rem;
  }
  .section-key-demands h3 {
      font-size: 2.1rem;
  }
  .section-key-demands h4 {
      font-size: 1.6rem;
  }
  .footer .left-col {
    margin-bottom: 1.5rem;
  }
}

/* responsive */

@media (min-width: 1500px) {
  /* .hero-banner {
      height: calc(100vw / 2.9);
  } */
}

@media (max-width: 767px) {
  #carousel h1 {
      /* font-size: 3rem; */
  }
  #carousel h2 {
      /* font-size: 2rem; */
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.75rem;
  }
  h3 {
      /* font-size: 2.5rem; */
  }
  h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 580px) {
  .swiper-perspectives {
    overflow: visible;
  }
  .swiper-perspectives .swiper-slide .inner {
      padding: 40px 20px 130px;
  }
  .swiper-perspectives h3 {
      font-size: 2.25rem;
  }
  .swiper-perspectives .swiper-slide.slide-1 .inner,
  .swiper-perspectives .swiper-slide.slide-2 .inner,
  .swiper-perspectives .swiper-slide.slide-3 .inner,
  .swiper-perspectives .swiper-slide.slide-4 .inner,
  .swiper-perspectives .swiper-slide.slide-5 .inner,
  .swiper-perspectives .swiper-slide.slide-6 .inner { background-size: 400px auto; }
  .swiper-perspectives .swiper2-button-next, .swiper-perspectives .swiper-rtl .swiper2-button-prev,
  .swiper-perspectives .swiper2-button-prev, .swiper-perspectives .swiper-rtl .swiper2-button-next {
    top: initial;
    bottom: -50px;
  }
  .swiper-perspectives .swiper2-button-next, .swiper-perspectives .swiper-rtl .swiper2-button-prev {
    right: calc(50% - 53px);
  }
  .swiper-perspectives .swiper2-button-prev, .swiper-perspectives .swiper-rtl .swiper2-button-next {
    left: calc(50% - 53px);
  }
}

@media (max-width: 540px) {
  #carousel h1 {
      font-size: 3rem;
  }
  #carousel h1 div {
      font-size: 2rem;
  }
}

@media (max-width: 520px) {
  #carousel .title {
    position: relative;
    left: 0;
    padding: 0;
  }
}

.quote-section > p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.25;
  padding: 0 3rem;
}

.quote-section > .quote {  
  line-height: 1.125;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 900;
}

.section-insights {
  line-height: 1.25;
}

.section-insights .text-wrapping-1 p {
  max-width: 300px;
}

.section-insights .text-wrapping-2 p {
  max-width: 650px;
}

@media(max-width: 768px){
  .section-insights .text-wrapping-1 p {
    max-width: unset;
  }
  .section-insights .text-wrapping-2 p {
    max-width: unset;
  }
}

.bio-name {
  font-size: 1.375rem;
  font-weight: 700;
}

.bio-title {
  font-style: italic;
}

.bio-connect {
  font-weight: 700;
}

.text-dhl-red {
  color: #d40511 !important;
}

.bg-dhl-red {
  background-color: #d40511 !important;
}
